BackgroundSave SUB Action Used internally by the other procedures in WINDOW.BAS. Do not use or alter this procedure. Syntax BackgroundSave handle% Remarks The BackgroundSave procedure saves the background (the area behind where a window is to be displayed) in a global array. The argument handle% is an integer that indicates the number of the window whose background is being saved. This can be any number between 1 and the value declared in the constant MAXWINDOW. If you want to save a background, use the GetBackground procedure in GENERAL.BAS. Warning ------- Do not use or alter this procedure unless you are customizing the User Interface toolbox and you know how the use or alteration of this procedure will affect the operation of all other procedures in the toolbox. See Also. WindowDo, WindowOpen,WindowSetCurrent